home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / emaxx.igz / emaxx.img / emaxx.scr < prev    next >
Text File  |  2003-08-11  |  976b  |  48 lines

  1. ##################################
  2. # Configuration Script
  3. ##################################
  4.  
  5.  
  6. #############################
  7. # Operation Type
  8. #############################
  9. operationType=write
  10.  
  11. # set the operationType to secureWrite to use the triple flux write method
  12. # operationType=secureWrite
  13.  
  14. #############################
  15. # source drive information
  16. #############################
  17. srcUseUdma=y
  18. srcUseMaxPio=y
  19. srcUseMaxUdma=y
  20. srcUseLba=y
  21.  
  22.  
  23. #############################
  24. # dest drive information
  25. #############################      
  26. destUseUdma=y     
  27. destUseMaxPio=y
  28. destUseMaxUdma=y
  29. destUseLba=y      
  30.  
  31.  
  32. #################################
  33. # general information
  34. #
  35. #
  36. # writeValue should be a HEX value 
  37. # Ex. writeValue=00 or writeValue=FF
  38. #################################
  39. sectorCount=256
  40. fullDrive=y
  41. timed=y
  42. verbose=y
  43. defaultlanguage=de
  44. writeValue=FF
  45. lbaDisplayStep=10000
  46. ignoreErrors=y
  47. quitOnWriteFailure=y
  48. #secureWritePasses=3